home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 2 / Windows 6-Pak (InfoMagic) (Disc 2) (1999).ISO / File-Encryption-Utilities / cpx32.exe / CPIX.EXE / 0 / RCDATA / TSHOWADDFORM / TSHOWADDFORM.txt
Encoding:
Text File  |  1998-09-14  |  1.1 KB  |  58 lines

  1. object ShowAddForm: TShowAddForm
  2.   Left = 296
  3.   Top = 469
  4.   BorderStyle = bsDialog
  5.   Caption = 'Slideshow List'
  6.   ClientHeight = 192
  7.   ClientWidth = 303
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object AddOption: TRadioGroup
  17.     Left = 16
  18.     Top = 8
  19.     Width = 273
  20.     Height = 89
  21.     Caption = 'Add to slideshow list'
  22.     ItemIndex = 0
  23.     Items.Strings = (
  24.       'Selected files only'
  25.       'All files in directory'
  26.       'All files plus subdirs')
  27.     TabOrder = 0
  28.   end
  29.   object Button1: TButton
  30.     Left = 62
  31.     Top = 152
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Ok'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object Button2: TButton
  40.     Left = 166
  41.     Top = 152
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49.   object ClearSS: TCheckBox
  50.     Left = 71
  51.     Top = 112
  52.     Width = 170
  53.     Height = 17
  54.     Caption = 'Clear slideshow list first'
  55.     TabOrder = 3
  56.   end
  57. end
  58.